RSS Documentation
SaveFormDefine(String,Boolean,Byte[]) Method



Syntax
'Declaration
 
Public Overloads Sub SaveFormDefine( _
   ByVal path As String, _
   ByVal overwrite As Boolean, _
   ByVal buffer() As Byte _
) 
'Usage
 
Dim instance As BPMConnection
Dim path As String
Dim overwrite As Boolean
Dim buffer() As Byte
 
instance.SaveFormDefine(path, overwrite, buffer)
public void SaveFormDefine( 
   string path,
   bool overwrite,
   byte[] buffer
)
public:
void SaveFormDefine( 
   String^ path,
   bool overwrite,
   array<byte>^ buffer
) 

Parameters

path
overwrite
buffer
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

BPMConnection Class
BPMConnection Members
Overload List

Send Feedback